home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / hyper / ADtoHT2_0.lha / MyLib.lha / mui / MUI_Request.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-02  |  404 b   |  16 lines

  1. #ifdef __GNUC__
  2. #define NO_INLINE_STDARG
  3. #include <inline/muimaster.h>
  4. #else
  5. #undef __SASC
  6. #include <proto/muimaster.h>
  7. #endif
  8.  
  9. /************************************************************************/
  10.  
  11. long MUI_Request(Object *app, Object *win, LONGBITS Flags, char *Title, char *Gadgets, char *FormatString, ...)
  12.  
  13. {
  14.   return MUI_RequestA(app,win,Flags,Title,Gadgets,FormatString,(&FormatString)+1);
  15. }
  16.